home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / gadget / r3browse.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  468 b   |  28 lines

  1.  
  2. // JavaScript wrapper for r3browse.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_r3fbrowse_H = 1;
  7. include("oops/r3window.js")
  8. include("oops/r3flist.js")
  9.  
  10.  
  11. var R3CLID_FILEBROWSE = 100;
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. function r3Filebrowse () { 
  19.    this.base = r3God;
  20.    if(arguments.length) {
  21.       this.base(R3CLID_FILEBROWSE, arguments);
  22.    }
  23.    // Methods
  24.  
  25. }
  26.  
  27. r3Filebrowse.prototype=new r3Window;
  28. // r3browse.h_H